Module: app/zamestnanec/formular/[formId]/vysledek/toolbar-items/ExportButtonToolbarItem
Functions
default
▸ default<TTable
>(root0
): Element
Toolbar item for exporting the results of a form.
Type parameters
Name |
---|
TTable |
Parameters
Name | Type | Description |
---|---|---|
root0 | Object | Props for this component. |
root0.formId | string | ID of the form for which to export the results. |
root0.table | Table <TTable > | Table instance for which to export the results. Used to retrieve information about the filters. |
Returns
Element